home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Graphics⁄Sound / CTalk / CTalk.abs < prev    next >
Internet Message Format  |  1994-03-31  |  827b

  1. Date:         Tue, 14 Aug 90 10:56:09 SET
  2. From:         Dmitri <LINDEA%CERNVM@pucc.princeton.EDU>
  3. Subject:      Posting
  4.  
  5. Hi!  Here is a file that might find a good place in ics.uci.edu.
  6. ------------------------------------------------------------------------------
  7.    Ctalk is a class for use with THINK C 4.0x.  It provides access
  8.    to speech on
  9.  
  10.    Original version of MacinTalk access for THINK C is by Peter
  11.    Kaplan.  I'd li
  12.  
  13.        if(speechFlag=TRUE) {do talking}
  14.  
  15.     should be
  16.  
  17.       if(speeachFlag==TRUE) {do talking}
  18.  
  19.    Besides CTalk is a class.  ( if you don't like that then just
  20.    remove class de
  21.  
  22.    Methods are easy to learn and are documented in the file
  23.    CTalk.c.  Sample pro
  24.  
  25. Note: CTalk is distributed as CreditWare.  If you are using it then
  26. give me a li
  27.  
  28. Enjoy
  29.  
  30. Dmitri <dmitri@bolvan.ph.utexas.edu>
  31.